home *** CD-ROM | disk | FTP | other *** search
/ HaCKeRz Kr0nlcKLeZ 1 / HaCKeRz Kr0nlcKLeZ.iso / chibacity / pgp2.lha / AMIGA.DOC next >
Encoding:
Text File  |  1992-10-12  |  3.9 KB  |  99 lines

  1.  
  2. PGP/AMIGA Version 2.0
  3. -------------------
  4.  
  5. All rights to PGP are reserved by Phil Zimmermann. All contributed modules
  6. are also subject to the copyrights of their individual authors, on the same
  7. conditions. Certain algorithms used by PGP are subject to patent restrictions
  8. and this software as a whole may be subject to export control in certain
  9. countries. Read the PGP Guide for full copyright information and for details
  10. about export control.
  11.  
  12. Amiga port done by Cor Bosman (bosman@fwi.uva.nl) with help from
  13. Risto Paasivirta (paasivir@jyu.fi).
  14.  
  15. This port was done using Lattice-C version 5.10. The source is not
  16. included in this archive. If you want to compile the source for
  17. yourself, or want to view it, it is available in the standard
  18. pgp distribution. 
  19.  
  20.  
  21. Installing PGP on amiga.
  22. ------------------------
  23.  
  24. To install PGP on your amiga, follow the next few steps.
  25.  
  26. 1)  copy the amiga binary 'pgp' to your C: directory.
  27.  
  28. 2)  make a directory where you want to keep your PGP files.
  29.     For example DH0:PGP . 
  30.  
  31. 3)  Copy config.txt , language.txt and pgp.hlp to that directory.
  32.  
  33. 4)  PGP checks the PGPPATH environment variable to find this directory.
  34.     use:  setenv PGPPATH <directory you created in step 2>
  35.     In the example case:  setenv PGPPATH DH0:pgp 
  36.     If pgp cant find the files it requires on this path, it will check
  37.     the current directory. If it isnt found there, pgp will prompt
  38.     for a filename. You can break all of pgp's functions at any time
  39.     by typing a ^c (ctrl-c)
  40.  
  41.  
  42.     IMPORTANT: pgp needs a stacksize of at least 16000 bytes!!!
  43.                Any less might cause guru's
  44.                use:  stack 16000 , to set the stack.
  45.  
  46. 5)  There are 2 public keys in the package. You can add both
  47.     of them to your keyring. And you can ofcourse remove them
  48.     at any time again. If you want to do step 6 , checking the
  49.     binary for illegal modifications, then you have to add
  50.     these public keys. To add them do:
  51.  
  52.             pgp bosman.asc   , and
  53.             pgp paasivir.asc
  54.  
  55. 6)  We have added 2 signature checks for the pgp binary file.
  56.     With these signatures you can check if the binary has been
  57.     tampered with, for example by a virus. You can keep these
  58.     signatures, and check the integrity of your binary at any time.
  59.     To check your binary with the signatures do:
  60.                  pgp bosman.sig  or   pgp paasivir.sig
  61.  
  62.     PGP will then prompt you for the pgp binary name.
  63.  
  64.  
  65. 7)  Now you are ready to make your own key. 
  66.     Type:  pgp -kg   (pgp -h , for a small help file)
  67.     Pgp will prompt you for a keysize. For the slower amiga
  68.     types, like unaccelerated 500 or 2000, best would be to
  69.     pick a size below 500 bits. Not because the keygeneration
  70.     takes a lot of time for bigger keys, cause you only need
  71.     to do that once. But because encryption/decryption, especially
  72.     if you have added signatures can take a LOT of time with
  73.     big keys.
  74.  
  75.     During the keygeneration process, PGP will ask you to type in
  76.     a certain amount of characters. This is neccesairy for the
  77.     random generator. Dont type too fast here. If you type too
  78.     fast , pgp will show a '?' , good entries will show a '.'
  79.     Characters that were typed too fast will be ignored.
  80.     When you have almost entered enough keys you'll see 'o'
  81.     Be patient, it will finish. Also take into account that
  82.     generation of large keys takes a lot of time , even
  83.     on accelerated machines.
  84.  
  85.     
  86. If something isnt clear, read all the supplied document files carefully.
  87. Most questions/problems are explained in the pgpdoc1.txt and pgpdoc2.txt
  88. If things still arent clear, or you have bug reports, try
  89. the newsgroup dedicated to pgp (for those with internet access)
  90. the group is called:  alt.security.pgp
  91. If you have any patches for the amiga version ONLY, send them to
  92. the address below.
  93.  
  94. -----------------------------------------------------------------------
  95.  
  96.     Cor Bosman , internet:  bosman@fwi.uva.nl
  97.  
  98. -----------------------------------------------------------------------
  99.